3.116 \(\int \sec (e+f x) (a+a \sec (e+f x))^{3/2} \sqrt {c-c \sec (e+f x)} \, dx\)

Optimal. Leaf size=43 \[ -\frac {c \tan (e+f x) (a \sec (e+f x)+a)^{3/2}}{2 f \sqrt {c-c \sec (e+f x)}} \]

[Out]

-1/2*c*(a+a*sec(f*x+e))^(3/2)*tan(f*x+e)/f/(c-c*sec(f*x+e))^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.13, antiderivative size = 43, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 36, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.028, Rules used = {3953} \[ -\frac {c \tan (e+f x) (a \sec (e+f x)+a)^{3/2}}{2 f \sqrt {c-c \sec (e+f x)}} \]

Antiderivative was successfully verified.

[In]

Int[Sec[e + f*x]*(a + a*Sec[e + f*x])^(3/2)*Sqrt[c - c*Sec[e + f*x]],x]

[Out]

-(c*(a + a*Sec[e + f*x])^(3/2)*Tan[e + f*x])/(2*f*Sqrt[c - c*Sec[e + f*x]])

Rule 3953

Int[csc[(e_.) + (f_.)*(x_)]*(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_.)*Sqrt[csc[(e_.) + (f_.)*(x_)]*(d_.) +
(c_)], x_Symbol] :> Simp[(2*a*c*Cot[e + f*x]*(a + b*Csc[e + f*x])^m)/(b*f*(2*m + 1)*Sqrt[c + d*Csc[e + f*x]]),
 x] /; FreeQ[{a, b, c, d, e, f, m}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0] && NeQ[m, -2^(-1)]

Rubi steps

\begin {align*} \int \sec (e+f x) (a+a \sec (e+f x))^{3/2} \sqrt {c-c \sec (e+f x)} \, dx &=-\frac {c (a+a \sec (e+f x))^{3/2} \tan (e+f x)}{2 f \sqrt {c-c \sec (e+f x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.28, size = 73, normalized size = 1.70 \[ \frac {a (2 \cos (e+f x)+1) \csc \left (\frac {1}{2} (e+f x)\right ) \sec \left (\frac {1}{2} (e+f x)\right ) \sec (e+f x) \sqrt {a (\sec (e+f x)+1)} \sqrt {c-c \sec (e+f x)}}{4 f} \]

Antiderivative was successfully verified.

[In]

Integrate[Sec[e + f*x]*(a + a*Sec[e + f*x])^(3/2)*Sqrt[c - c*Sec[e + f*x]],x]

[Out]

(a*(1 + 2*Cos[e + f*x])*Csc[(e + f*x)/2]*Sec[(e + f*x)/2]*Sec[e + f*x]*Sqrt[a*(1 + Sec[e + f*x])]*Sqrt[c - c*S
ec[e + f*x]])/(4*f)

________________________________________________________________________________________

fricas [B]  time = 0.43, size = 76, normalized size = 1.77 \[ \frac {{\left (2 \, a \cos \left (f x + e\right ) + a\right )} \sqrt {\frac {a \cos \left (f x + e\right ) + a}{\cos \left (f x + e\right )}} \sqrt {\frac {c \cos \left (f x + e\right ) - c}{\cos \left (f x + e\right )}}}{2 \, f \cos \left (f x + e\right ) \sin \left (f x + e\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))^(3/2)*(c-c*sec(f*x+e))^(1/2),x, algorithm="fricas")

[Out]

1/2*(2*a*cos(f*x + e) + a)*sqrt((a*cos(f*x + e) + a)/cos(f*x + e))*sqrt((c*cos(f*x + e) - c)/cos(f*x + e))/(f*
cos(f*x + e)*sin(f*x + e))

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: NotImplementedError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))^(3/2)*(c-c*sec(f*x+e))^(1/2),x, algorithm="giac")

[Out]

Exception raised: NotImplementedError >> Unable to parse Giac output: Unable to check sign: (4*pi/x/2)>(-4*pi/
x/2)-2*a*c*sqrt(-a*c)*abs(c)*sign(tan(1/2*(f*x+exp(1)))^3+tan(1/2*(f*x+exp(1))))/(c*tan(1/2*(f*x+exp(1)))^2-c)
^2/f

________________________________________________________________________________________

maple [A]  time = 2.07, size = 73, normalized size = 1.70 \[ \frac {\sqrt {\frac {a \left (1+\cos \left (f x +e \right )\right )}{\cos \left (f x +e \right )}}\, \left (\sin ^{3}\left (f x +e \right )\right ) \sqrt {\frac {c \left (-1+\cos \left (f x +e \right )\right )}{\cos \left (f x +e \right )}}\, a}{2 f \cos \left (f x +e \right ) \left (-1+\cos \left (f x +e \right )\right )^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(f*x+e)*(a+a*sec(f*x+e))^(3/2)*(c-c*sec(f*x+e))^(1/2),x)

[Out]

1/2/f*(a*(1+cos(f*x+e))/cos(f*x+e))^(1/2)*sin(f*x+e)^3*(c*(-1+cos(f*x+e))/cos(f*x+e))^(1/2)/cos(f*x+e)/(-1+cos
(f*x+e))^2*a

________________________________________________________________________________________

maxima [A]  time = 0.77, size = 56, normalized size = 1.30 \[ -\frac {2 \, \sqrt {-a} a \sqrt {c}}{f {\left (\frac {\sin \left (f x + e\right )}{\cos \left (f x + e\right ) + 1} + 1\right )}^{2} {\left (\frac {\sin \left (f x + e\right )}{\cos \left (f x + e\right ) + 1} - 1\right )}^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))^(3/2)*(c-c*sec(f*x+e))^(1/2),x, algorithm="maxima")

[Out]

-2*sqrt(-a)*a*sqrt(c)/(f*(sin(f*x + e)/(cos(f*x + e) + 1) + 1)^2*(sin(f*x + e)/(cos(f*x + e) + 1) - 1)^2)

________________________________________________________________________________________

mupad [B]  time = 2.59, size = 76, normalized size = 1.77 \[ \frac {a\,\sqrt {c-\frac {c}{\cos \left (e+f\,x\right )}}\,\sqrt {\frac {a\,\left (\cos \left (e+f\,x\right )+1\right )}{\cos \left (e+f\,x\right )}}\,\left (\sin \left (e+f\,x\right )+\sin \left (2\,e+2\,f\,x\right )+\sin \left (3\,e+3\,f\,x\right )\right )}{f\,{\sin \left (2\,e+2\,f\,x\right )}^2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((a + a/cos(e + f*x))^(3/2)*(c - c/cos(e + f*x))^(1/2))/cos(e + f*x),x)

[Out]

(a*(c - c/cos(e + f*x))^(1/2)*((a*(cos(e + f*x) + 1))/cos(e + f*x))^(1/2)*(sin(e + f*x) + sin(2*e + 2*f*x) + s
in(3*e + 3*f*x)))/(f*sin(2*e + 2*f*x)^2)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a \left (\sec {\left (e + f x \right )} + 1\right )\right )^{\frac {3}{2}} \sqrt {- c \left (\sec {\left (e + f x \right )} - 1\right )} \sec {\left (e + f x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)*(a+a*sec(f*x+e))**(3/2)*(c-c*sec(f*x+e))**(1/2),x)

[Out]

Integral((a*(sec(e + f*x) + 1))**(3/2)*sqrt(-c*(sec(e + f*x) - 1))*sec(e + f*x), x)

________________________________________________________________________________________